-- card: 2839 from stack: in.0b2 -- bmap block id: 0 -- flags: 4000 -- background id: 3155 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=352 top=95 right=120 bottom=381 -- title width / last selected line: 0 -- icon id / first selected line: 21676 / 21676 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp show card field "Note" end mouseUp -- part 2 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=204 top=83 right=239 bottom=359 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Note ----- HyperTalk script ----- on mouseUp hide the target end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=163 top=303 right=328 bottom=192 -- title width / last selected line: 0 -- icon id / first selected line: 21676 / 21676 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp show card field "About…" end mouseUp -- part 5 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=155 top=240 right=306 bottom=305 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: AboutÉ ----- HyperTalk script ----- on mouseUp hide the target end mouseUp -- part contents for background part 10 ----- text ----- PopUpMenu( menuItems, checkedItem, horizontal location, vertical          location ) The first parameter, menuItems, is an item list, with each item being a menu choice. The number of menu items is limited only by available memory. The second parameter, checkedItem, will place a check mark next to the indicated item. The menu is position so the checked item is under the mouse. If checkedItem is omitted or empty then no check mark is made. The last two parameters are global coordinates used to position the menu on the screen. If omitted then the current position of the mouse is used. All parameters are optional. -- part contents for card part 2 ----- text ----- The menuItems parameter is not restricted to just an item list; Commas, semicolons, carriage returns, linefeeds, and tabs can all be used to separate menu items. A Menu item must have at least one character and no more than 255. -- part contents for card part 5 ----- text ----- If you use PopUpMenu without any parameters then version and copyright information is returned.